home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Answers 1998 January
/
PC Answers Issue 49 Cover CD January 1998.iso
/
Apps
/
Director
/
DATA.Z
/
Keyboard Lingo.dir
/
Scripts_32_Scene 3 Setup Handlers.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-05-10
|
196 b
|
10 lines
on enterFrame
global gKeyChannel
set gKeyChannel to 9
set the keyDownScript to "myKey03"
set the keyUpScript to "deadKey"
repeat with N = 9 to 14
puppetSprite(N, 1)
end repeat
end